خرید بک لینک
Hello everyone, I've started leaing about web-design few months ago and i came to jquery, I was wondering if someone can show me how to make a dropdown menu but like horizontal style, https://www.bearbiology.com/ like this one when you hover over the "Bears of the world", it shows up the li tags of the list,
I guess it is a hidden div that appears on hover, there are a lot of tutorials for all sorts of dropdown menus but i couldn't find anything for this style.
If someone can show me how to make it would be of great help. :)

برچسب: نویسنده: آیلین رضوانی تاريخ: شنبه 30 دی 1396 ساعت: 19:07

Hi, On my page </title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="http://mam-prawo.com/xmlrpc.php"> <title>Mam-prawo there is a problem with responsivity. The main image is hidden under header on mobile screen. How can i solve the problem using CSS? Thank you for help, Jacek Attached Thumbnails  

برچسب: نویسنده: آیلین رضوانی تاريخ: شنبه 30 دی 1396 ساعت: 19:07

I have read a few definitions, and seen many examples. Part of them do make sense, but not completely. So far the best definition I've seen is this one from developer.mozilla.org Quote: "The remainder operator retus the remainder left over when one operand is divided by a second operand. It always takes the sign of the dividend, not the divisor. It uses a built-in modulo function to produce the result, which is the integer remainder of dividing var1 by var2 — for example — var1 modulo var2" ...retus the remainder left over... (of a division) What "remainder left over" ? How can there be such thing on the first place? Maybe I'm not looking at it from the right angle. I was hoping someone could offer a different definition/approach. Thanks in advance guys

برچسب: نویسنده: آیلین رضوانی تاريخ: شنبه 30 دی 1396 ساعت: 3:29

Hi, I've created a VB program to assign the action of printing a screenshot of the current screen to a function key of choice, but I'm having trouble trying to get the assignment to persist after the program is closed. So a couple of questions arise: 1. Is this possible to do? 2. If so, does anyone know the way to do it? The code I currently have is: Code: Imports System Imports System.IO Imports System.Drawing Imports System.Drawing.Printing Imports System.Windows.Forms.Keys Imports System.Runtime.InteropServices Imports Shell32              ' for ShellFolderView Imports SHDocVw              ' for IShellWindows Public Class frmFunctionKeyChanger         <DllImport("User32.dll")> _         Private Shared Function RegisterHotKey(ByVal hwnd As IntPtr, _                                                         ByVal id As Integer, ByVal fsModifiers As Integer, _               &nb

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

I went over a tutorial on regex as I know that this is a needed part for a php edu. Is the Replacement Strings tutorial something that is needed too:

https://www.regular-expressions.info...etutorial.html

Is this something closely related to the PHP programming or not really (like can I find a use of that in the manual on php.net)? How closely would this be relevant / related / needed as far as php programming work (on a scale from 1 to 10, 1 - not needed, 10 - needed). I am plaing on skipping this tutorial for now. I've been working on websites for 7+ years and I've never heard of this.

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hi guys, have a nice! How can i configure these to make many requests from one client. the server waits for first request before it interprets others.

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hi I wonder if someone can help me with an issue that has left me scratching my head... I have a simple page which appears as a pop-up which calls data from a MySQL database, e.g. http://www......./popup.php?id=5 (this would call the database entry with ID number 5). The code on the page is as follows (slightly simplified for here): <?php include('../config.php'); $sql = "SELECT * FROM `$filename` WHERE id = '$id'"; $sql_result = mysql_query ($sql, $coection ) or die ('request "Could not execute SQL query" '.$sql); while ($row = mysql_fetch_assoc($sql_result)) { if ($row["content"]<>'') { echo nl2br(stripslashes(html_entity_decode($row["content"]))).''; }; }; ?> The problem that I appear to have is WHERE id = '$id'. If I add a number manually and do a test (e.g. WHERE id = '5') it sill show the 'content', but not if is calling the content from the id included in the URL. Can anyone point me in the right direction? Thanks in advance Neil

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hi all,

I am just getting started with JS.
I am ok with HTML5 & CSS3. From time to time I make use of JQuery and Bootstrap, except I basically just integrate/adapt already made scripts into my HTML code.
I'm just a tad confused when it comes to Bootstrap, Angular, JQuery, etc.
Apart from pure JS, which of these frameworks/libraries should I focus my attention/time the most?

Thanks in advance,

JDL

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hi everyone. This is my first post on the forum. I am just begiing with HTML and CSS. I am an Illustrator and graphic designer and would like to go Into frontend. I am working with one company as designer and illustrator, and they asked me recently to crate email signature for them. They are group of freelancers actually, and using gmail on everyday basis. So I designed and cut graphic for them but I can't use that in gmail. I have done one email signature long time ago but that was not for gmail. I tested that as well in gmail (both based on same code). Result is the same - tried move the signature from browser window to gmail signature field/form and nothing happened. I really want make thats work but tried any availble Youtube tutorials with no success. I will post my code for old signature: Code: <html> <head> <title>Peter baxter signature </title> <meta name="Generator" content="Alleycode HTML Editor"> <meta name="Description" content="Your description here..."> <meta name="Keywords" content="Your keywords here..."> </head> <body> <table width="

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hello there, I am looking for assistance making the HTML5 Audio tag appear consistent within mobile as it does on desktop browsers. I have not been able to find much information about this and any help whatsoever is much appreciated. The audio section of the site on desktop looks as intended you can find that here. You can also view the live Website. The issue lies within mobile, when someone first opens the site on mobile the audio buttons are bunched together and overlapping, clearly not where they should be, Normal View on mobile. However when someone zooms in slightly on their device it appears closer to normal, When Zoomed in on mobile. My question is, how can I set it so that the mobile audio buttons are fixed in the way that they are supposed to be. If this is not possible, what are my options. Thanks!

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hi I'm new to coding and having trouble with some code. I have a button which when pressed changes the battery icon to a text display of battery % remaining and when the button is pressed again reverts back to the battery icon. What I'm trying to do is when the button is pressed the text display reverts back to the battery icon automatically after 5 seconds. The javascript I have for the button is: batBtn.onactivate = function(evt) { if ( switcher === false) { myBat.style.display = "none"; myBatIcn.style.display = "inline"; myBatRect.style.display = "inline"; switcher = true; } else { myBat.style.display = "inline"; myBatIcn.style.display = "none"; myBatRect.style.display = "none"; switcher = false; } } } Any help is greatly appreciated. Regards Assad

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Hi, guys,

im a complete novice as in a few hours worth of staring at the screen scratching my head trying to soak things in.

all i am trying to do is change my streamlabs event list from displaying vertically to displaying horizontally so i can set the said result to scroll left to right in obs

i can post the code i do have if that is ok?

thanks for taking the time to read and hopefully be able to help me out with this, i appreciate it

many thanks

Chudy

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

To debug what is going on in my complex scripts I tu on an option which causes the scripts to append trace information to a global variable which is then dumped out as part of the generated web page. For example: PHP Code:     if ($pdo->query($query))    {        if ($debug)            $wa .= "<p>query='$query'</p>n";    ...    showTrace();  where showTrace is: PHP Code: <?php$waid        = '';function showTrace(){    global $wa;    global $waid;    if (strlen($wa) > 0)    {?>    <div id='debugTrace<?php print $waid; ?>' class='waing'>      <?php print $wa; ?>    </div><?php    if ($waid == '') &n

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

I'm assuming my CSS targeting in this is incorrect, I've been following a tutorial and somehow I've managed to mess up in a way that my css isn't targeting what its meant to. I included a website logo and homepage buttons, and in the css code I can change the background colors and the like, but shifting the div in css up and down does not affect the images and menu items within the div. Here's my code: Code: <!DOCTYPE html> <html> <head>     <meta charset="UTF-8">     <title>FixLink</title>     <style type="text/css">         body{  margin: 0px;    }         #pageTop{             background-image: url("root/style/headerSliver.png");             height: 90px;         }         #pageTop > #pageTopWrap{             width: 1000px;             margin: 0px auto;             height: 90px;         }      

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

Can someone give me a link tutorial how to do multiple stylesheets in one page? or someone explain it to me how to do that?

What am I talking about is like this:
Example: (click link)
http://www-db.deis.unibo.it/courses/...o_default.htm#

Thanks in advance!

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

My error is: Error in query (1064): Syntax error near 'FROM content_type_user1, content_type_user WHERE content_type_user.nid = conten' at line 20 Code: UPDATE content_type_user SET content_type_user.field_user_title_value = content_type_user1.field_user_title_value, content_type_user.field_user_firstname_value = content_type_user1.field_user_firstname_value, content_type_user.field_user_suame_value = content_type_user1.field_user_suame_value, content_type_user.field_address_1_value = content_type_user1.field_address_1_value, content_type_user.field_address_2_value = content_type_user1.field_address_2_value, content_type_user.field_address_3_value = content_type_user1.field_address_3_value, content_type_user.field_address_4_value = content_type_user1.field_address_4_value, content_type_user.field_address_5_value = content_type_user1.field_address_5_value, content_type_user.field_address_town_value = content_type_user1.field_address_town_value, content_type_user.field_county_value = content_type_user1.field_county_value, content_type_user.field_country_value = content_type_user1.field_country_value, content_type_user.field_date_of_birth_value = content_type_user1.f

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

I have executed the sql in phpmyadmin and it retus 1 for an email address, yet execute() seems to retuing a boolean and I'm getting the above error. Not sure how or why? PHP Code: function CountEmailQuery()             {                 try                 {                 $sql = $this->link->prepare("SELECT count(Email) FROM table WHERE Email = :Email");                 $sql->bindValue(":Email",$_POST['Email']);                 $count = $sql->execute();                 }                &nb

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

I have an issue with a PHP form where I have four separate, distinct sets of radio buttons. These are for people to sign up for certain workshop choices. So, Workshop 1 has four radio button choices, and the user has to select their preference- 1, 2, 3 or 4. Same for Workshop 2, Workshop 3 and Workshop 4, they each have four choices. However, at the moment the user can choose a preference of 1 for the first workshop, then choose 1 again for the 2nd and so on. Most people are intelligent enough not to do this but some are not, so we need a way to prevent an option being selected in any of the remaining Workshop groups if that same option has already been selected in the first one. So for example, if the user selected a Preference of 2 for Workshop 1, then the option / preference shouldn't be selectable for any of the following Workshops. They should only be able to select 1, 3 or 4. Then, if say they selected a Preference of 3 for the next Workshop (Workshop 2) then the available options in the NEXT Workshop are limited to 1 and 4. And so on. I can't see any way of doing this, as it needs to be done before any data is sent- does anyone know if this is possible and how? Thanks

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 29 دی 1396 ساعت: 20:42

please help me on how to put a hyperlink on this code ( i want to put the hyperlink on "name")

</td><td align="center"><?php echo $row["name"]; ?>

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hi everybody, I seek for move a point at the middle of text, but the stay at bottom of the block If someone know why It's would help me here the code html : Code:         <div class="menuNavigation">                 <!-- The dots/circles --> <div>   <span class="dot" id="dotOne"  ></span>     <span onclick="currentSlide(1)" id="dotOne" class="textMenuNavigation" onmouseover="changeColorBackground("red')"         onmouseout="changeColorBackground('#FFFCE7')" > Appetizers </span>   <br>     <span class="dot" id="dotTwo" onclick="currentSlide(2)"></span>  <span  id="dotTwo"  onclick="currentSlide(2)" class="textMenuNavigation"> Soups </span>    <br>     <span class="dot"  id="dotTwo" onclick="currentSlide(3)">  </span>  <span onclick=

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

PHP Code: <?php$modules = array ( 'Index' => array( 'path' => "sources", 'file' => "index", 'class' => "index" ),$ourNewClass = "{$modules[$IN['GET']['module']]['class']}";                        $ourInitialClass->$ourNewClass = new $ourNewClass(); For some reason, the class won't load in the $ourInitalClass->$ourNewClass - it loads always loads under the $ourNewClass name and not the class name in the module array - it should be loading under the $module['module']['class'] name? Any ideas how I can make it load as expected - Please?

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Would you like to be working on the latest technology within commercial and military platforms? We currently have a vacancy for a Hardware Engineer at our site in Rochester. As a Hardware Engineer you will be supporting one of an number of hardware design programmes for areas such as Head up Displays ( HUDs) Mission Computers and Active Inceptors. This role will provide you with the opportunity to work with iovative technology and in highly collaborative teams. Your main responsibilities as a Hardware Engineer will involve: Executing hardware design tasks in accordance with the hardware development plan, whilst meeting agreed timescales and allocated budgets. Conducting hardware requirements capture, preliminary design, detailed design including a range of analysis tasks. Conducting hardware requirements definition and hardware design architecture options evaluation Your skills and qualifications: Experienced with the full lifecycle or multiple phases of the lifecycle Proven track record of analysis of design in safety critical, military or industrial hardware systems Strong focus on hardware design quality and robust design methodologies Electronic Engineering rel

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Would you like to a move up to management level? We currently have several vacancies for Hardware Team Leaders at our site in Rochester. As a Hardware Team Leader, you will be expected to have robust and demonstrable understanding of both product design and work package delivery including cost and schedule management, that will ensure all lifecycle aspects are correctly addressed together with the associated trades made in doing so. This role will provide you with the opportunity to be part of the product delivery leadership of a dedicated expert team, responsible for the design lifecycle of our electronic solutions for products such as, Helmet Mounted & Head-up Display, Mission Computing, Flight Control, Active Inceptor and other associated safety critical technology. Your main responsibilities as a Hardware Team Leader will involve: Technology identification and reuse strategies Cost & performance trades Managing model definition and requirements Managing functional partitioning & configuration Circuit design & schematic capture, Design analysis and commissioning & integration Verifying &validation including EMC & environmental

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hi wonder if anyone can help - I`m very new to this and trying to create a website for my new business. Everything was going great, until I tried to navigate from the sub menu on my landing page to text on one of my other pages. I`ve spent hours trying to get it to work and at the end of my tether. I have written the following using Mathematical as a trial run what am I missing?; ><a href="Transcription.html">Transcription</a> <ul> <li><a href="Transcription.html">Verbatim</a></li> <li><a href="Transcription.html""#Mathematical">Data<a name="#Mathematical"></a></li> <li><a href="Transcription.html">General</a></li> </ul> My Transcription page to landing page command works fine but it only needs to take me to the page, I want to jump to text from here. Any help would be great, thanks

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hi I'm hoping someone on these boards can help me in choosing the simplest possible subscription form. By that I mean where someone inputs their email address and then I receive an email showing me their address. That's it. I've been searching all over the web for one and the majority of what I find seems more a display of someone's idea of complicated bells and whistles than a basic functionality. For example, the nearest thing I've found is this: Newsletter Sign Up Form Looked simple enough so I downloaded it. Thing is, it doesn't provide a .php file, which of course is the file which I would configure with my email address to receive the email address submitted. If you note the Idea on this page you can see others also ask about this but the person(s) who made the form gives no answer. Lastly, my knowledge of PHP is minimal at best in that with a couple of forums I had in the past I had to tweak some things. So if anyone can give me an example of the .php file that could work with the link example, that would be quite appreciated Thank You Daniel

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hi everyone, New here I'm trying to make searchable tables for my work place to filter out shoe information. I was lucky to find a tutorial on how to make my HTML tables searchable. But my colleagues are asking if there could be a way to freeze top row (I left out the data because it's compagny sensitive info) Thank you, Code here: <script type="text/javascript"> (function(document) { 'use strict'; var LightTableFilter = (function(Arr) { var _input; function _onInputEvent(e) { _input = e.target; var tables = document.getElementsByClassName(_input.getAttribute('data-table')); Arr.forEach.call(tables, function(table) { Arr.forEach.call(table.tBodies, function(tbody) { Arr.forEach.call(tbody.rows, _filter); }); }); } function _filter(row) { var text = row.textContent.toLowerCase(), val = _input.value.toLowerCase(); row.style.display = text.indexOf(val) === -1 ? 'none' : 'table-row'; } retu { init: function() { var inputs = document.getElementsByClassName('light-table-filter'); Arr.forEach.call(inputs, function(input) { input.oninput = _onInputEvent; }); } }; })(Array.prototype); document.addEventListener('readystatechange', function() { if (document.rea

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hello, I am rather new with .php and I needed to add an ecommerce store to my website. I had to add a dupicate page and todo so I copied the code from the home page and pasted it changed a couple things now when I load that theme my media files dont load anymore. I am trying to do this through wordpress with woocommerce plugin. I am using someone elses non-woocommerce compatible theme and am trying to make this compatible. I havent gotten into the directory parts of .php yet any advice would sure help.

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hi , so i am trying to make a small website, i want that a other locally website opens in an i frame when i press the "Bestellen" button. Only problem is that it does not open the locally safed html page , it only shows an error message saying that it might be put into another folder or is deleted .But i can open websites from the www in my iframe . So what is wrong with it ? (I know its a horrible code) <!DOCTYPE hmtl> <html> <link rel="stylesheet" href="StartseiteCss.css"> <head> <body> <table class="whiteTable"> <tbody> <tr> <td><img src="ItalienischeFlagge.png"/> </td> <td>-Bestellservice- <br> il centro </td> <td><img src="ItalienischeFlagge.png"/></td> </tr> </tbody> </tr> </table> </head> <br> <table class="MainTable"> <tr> <td> <nav role="main"> <br> <a class="buttonclass" onclick="document.getElementById('Bestellfenster').s

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Hello I have a mail icon on this page: 3D Button Flip When it is clicked, it flips only halfway and looks as if the contact form, which the mail icon will be attached to, hasn't been sent. The icon should flip completely and appear as the original does before it is clicked. How can I achieve that, please? This is the CSS for the page: Code: #gridWrapper{           margin-top: 500px;         margin-left:130px;                height: 100px;         width: 100px;  } a:link{   color:#0095DD; /*blue colour*/ } .flipBtnWrapper{   width: 40%;   height: 40%;   position: relative;   float: left;   margin: 6% 4%; } .flipBtn, .flipBtn_checkbox, .flipBtn_face{   position: absolute;   width: 100%;   height: 100%; } .flipBtn {      transition: transform 2s;    transform-style: preserve-3d;    pointer-events: none;   box-shadow: 0px 0px 4px #C7C7C7; /*this is grey*/   } .flipBtnWrapper:hover >  .flipBtn{   box-shadow: 0px 0px 4px #828282; /*this is dark grey*/ } .flipBtn_b

برچسب: نویسنده: آیلین رضوانی تاريخ: چهارشنبه 27 دی 1396 ساعت: 5:09

Unique opportunity for the right person(s). Seeking unpaid PARTNERS to finish large scale websites project. Nothing is guaranteed, but finished project is projected to generate millions in revenue per year. About 33% of the project is complete and online, generating $2500/mo. from about 20,000 human sessions per day. Partners will receive equity in the project in proportion to contributions, sharing the profits when they exceed a predetermined amount. Advanced skills are not as important as energy, interest and time commitment. You must have significant free time to devote to the project on an unpaid basis. For the PHP programmer, you must be able to provide working code to specification, but you won't be judged on it. Skills needed (in order of priority/involvement): PHP programmer. (JS, Laravel, CSS is a plus) Include at least one example of some php code that you've completed. Web pages designer (CSS, mobile/responsive is a plus) Include links to some design work that you've done. LAMP server admin (migration, scaling and security issues) LAMP email admin (bulk and automated mailing, reputation management, etc) Adsense advertising manager (A/B testing, etc) The first two ar

برچسب: نویسنده: آیلین رضوانی تاريخ: سه شنبه 26 دی 1396 ساعت: 9:14

صفحه بندی